Maple Tool1.mws

Maple Tool 1

for use in Example 3 of Section 9.3

>   

>    c:=0.3989;

c := .3989

>    F:=t->1/2+c*int(exp(-s^2/2),s=0..t);

F := proc (t) options operator, arrow; 1/2+c*int(exp(-1/2*s^2),s = 0 .. t) end proc

>    F(1.47);

.9291736339

>    1-%;

.708263661e-1

>